Thursday, August 26, 2021

Laravel with App Engine Standard Class 'Facade\Ignition\IgnitionServiceProvider' not found [SOLVED]

 

Laravel with App Engine Standard Class 'Facade\Ignition\IgnitionServiceProvider' not found [SOLVED]




composer remove --dev facade/ignition helped in my case  



ErrorException (E_NOTICE) Undefined index: name laravel 7


I think I had the exact same error the other day, and for me, the solution was to downgrade the composer with:

composer self-update --1


#laravel #error


No comments:

Post a Comment

GitHub repository using Git Bash command

  To add a project to a GitHub repository using Git Bash command line, you can follow these steps: Create a new repository on GitHub by logg...